go/types.environment.lookup (method)
6 uses
go/types (current package)
assignments.go#L192: if obj := check.lookup(ident.Name); obj != nil {
call.go#L446: obj := check.lookup(ident.Name)
check.go#L51: func (env *environment) lookup(name string) Object {
stmt.go#L278: _, ok := check.lookup(name.Name).(*Nil)
stmt.go#L514: if alt := check.lookup(obj.name); alt != nil && alt != obj {
typexpr.go#L503: obj := check.lookup(name.Name)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)